python3: fixup python-package.mk include
authorAlexandru Ardelean <[email protected]>
Tue, 14 Oct 2014 06:31:31 +0000 (09:31 +0300)
committerAlexandru Ardelean <[email protected]>
Wed, 15 Oct 2014 06:08:06 +0000 (09:08 +0300)
Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python3/Makefile

index 8edc19d188a02a9956632d8b0a1ce3a512363309..3841ce275c48ea2336bbb18a57113880967222df 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 # The file included below defines PYTHON_VERSION
--include $(if $(DUMP),,./files/python-package.mk)
+-include $(if $(DUMP),,./files/python3-package.mk)
 
 PKG_NAME:=python3
 PKG_RELEASE:=1
@@ -116,7 +116,7 @@ endef
 define Build/InstallDev
        $(INSTALL_DIR) $(2)/bin $(1)/usr/bin $(1)/usr/include $(1)/usr/lib
        $(INSTALL_DIR) $(STAGING_DIR)/mk/
-       $(INSTALL_DATA) ./files/python-package.mk $(STAGING_DIR)/mk/
+       $(INSTALL_DATA) ./files/python3-package.mk $(STAGING_DIR)/mk/
        $(CP) \
                $(PKG_INSTALL_DIR)/usr/include/python$(PYTHON_VERSION) \
                $(1)/usr/include/